home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / dskpls3b.zip / EXT.DAT / MEMMAK.DAT < prev    next >
Text File  |  1994-09-17  |  2KB  |  30 lines

  1. Microsoft Memmaker is a program that helps you optimize your computers 
  2. memory.  It comes with DOS 6.0 and greater.  Accessing Memmaker from 
  3. Desk+Plus causes a problem.  In fact, the problem is not with Desk+Plus
  4. but rather your AUTOEXEC.BAT file.
  5.  
  6. When you run Memmaker, it will make changes to the way your memory is  
  7. set up.  To make those changes kick in, Memmaker will reboot your computer.
  8. Then it wants to verify that the memory changes did help.  It expects the
  9. computer to boot up, go through your AUTOEXEC.BAT and CONFIG.SYS files 
  10. (this is the normal process that happens every time you boot up), and then
  11. upon reaching the end of the AUTOEXEC.BAT file, the Memmaker program will
  12. automatically reload.
  13.  
  14. The problem is that most Desk+Plus users will have their AUTOEXEC.BAT files
  15. setup to automatically load Desk+Plus.  This prevents Memmaker from ever
  16. being able to finalize its procedure.  Of course, the same thing goes for
  17. anybody that has a program automatically load up.
  18.  
  19. The solution is a three step process:  
  20.         1)  Edit your AUTOEXEC.BAT file and REM out the line that loads up
  21.             Desk+Plus.  
  22.             Example:  REM C:\DESKPLUS\DESKPLUS.BAT
  23.         2)  Run the Memmaker program and let it do its thing.
  24.         3)  After Memmaker has finalized its operation, edit your 
  25.             AUTOEXEC.BAT again and erase the REM statement.
  26.             Example: C:\DESKPLUS\DESKPLUS.BAT
  27.             (You can edit the file by typing 'EDIT C:\AUTOEXEC.BAT' and  
  28.              substitute the appropriate drive letter where the file is 
  29.              found.)
  30.